-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[10.0][FIX] action server in tree view must play on all selected records #458
[10.0][FIX] action server in tree view must play on all selected records #458
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
for template in object: | ||
for template in records: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO this code should no work... template
is never used
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes thats right, it's luck that my patch fixed the bug ...
I will fix it.
@bguillot Any news ? |
e45e12c
to
85fe8dc
Compare
Codecov Report
@@ Coverage Diff @@
## 10.0 #458 +/- ##
==========================================
- Coverage 90.45% 89.38% -1.07%
==========================================
Files 151 136 -15
Lines 4054 3542 -512
==========================================
- Hits 3667 3166 -501
+ Misses 387 376 -11
Continue to review full report at Codecov.
|
I have rebased the work and added a test so it's ready for merging |
/ocabot merge minor |
What a great day to merge this nice PR. Let's do it! |
@sebastienbeau The merge process could not start, because command `git merge --no-ff -m Merge PR #458 into 10.0 Signed-off-by sebastienbeau tmp-pr-458` failed with output:
|
@sebastienbeau The merge process could not be finalized, because command `git merge --no-ff -m Merge PR #458 into 10.0 Signed-off-by sebastienbeau tmp-pr-458` failed with output:
|
@bguillot Could you fix conflict ? |
85fe8dc
to
be844c5
Compare
Codecov Report
@@ Coverage Diff @@
## 10.0 #458 +/- ##
=======================================
Coverage ? 90.50%
=======================================
Files ? 151
Lines ? 4064
Branches ? 0
=======================================
Hits ? 3678
Misses ? 386
Partials ? 0
Continue to review full report at Codecov.
|
@lmignon Could you update your review ? |
This PR has the |
/ocabot merge patch |
On my way to merge this fine PR! |
Congratulations, your PR was merged at 8076961. Thanks a lot for contributing to shopinvader. ❤️ |
Hi,
The action server in tree view works only on the first selected record.
The PR fixes it.